@charset "utf-8";
* {
  margin:0;
  padding:0;
  border: 0;
}




.header-action-layout1 ul .header-btn .item-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    background-color: #0066f6;
    border-radius: 3.125rem;
    padding: 0.6875rem 1.875rem;
    font-size: 0.9375rem;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	float: right;
}


body {
  width:100%;
  min-width: 320px;
  font-size:14px;
  line-height: 24px;
  color:#666;
  overflow-x:hidden;
  background-color: #FFF;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
html,body {
  -webkit-text-size-adjust:none;
}
@media screen and (min-width:0px) {html{ font-size:10px;}}
@media screen and (min-width:360px) {html{ font-size:11px;}}
@media screen and (min-width:414px) {html{ font-size:12px;}}
@media screen and (min-width:500px) {html{ font-size:14px;}}
ul,li {
  list-style:none;
}
img {
  border:0px;
  vertical-align:top;

}
a {
  text-decoration: none;
  color:#666;
  -webkit-tap-highlight-color:rgba(255,0,0,0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 

}
input {
  background:none;
  outline:none;
  border:none;
}
input::-webkit-input-placeholder{
  color: #c5c8d1;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color: #c5c8d1;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color: #c5c8d1;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
  color: #c5c8d1;
}
/* .clearfix {
  *zoom:1;
}
.clearfix:after {
  content:'';
  display:table;
  clear:both;
} */
.flex {
  display: flex;
  display: -webkit-flex;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header {
  background: #fff;
}
.header .info {
  padding: 5px 0 12px;
  color: #000;
}
.header .top {
  display: flex;
  align-items: end;
}
.header .top .logo {
  padding-bottom: 10px;
}
.header .top .logo img {
  width: 171px;
  height: 79px;
}
.header .top .nav {
  flex: 1;
}
.header .top .nav .dh {
  display: none;
}
.header .top .nav .mask {
  display: flex;
  text-align: right;
  justify-content: flex-end;
}
.header .top .nav ul li {
  position: relative;
}
.header .top .nav ul li a {
  display: block;
  width: 142px;
  color: #187462;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  transition: all 0.3s ease-in-out; 
  padding-bottom: 10px;
}
.header .top .nav ul .hover a {
  background: #fff;
}


.header .top .nav ul .list {
  display: block;
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 99999;
  background: #fff;
  transition: all 0.5s ease-in-out; 
  max-height: 0;
  overflow: hidden;
}
.header .top .nav ul .hover .list {
  display: block;
  max-height: 350px;
}
.header .top .nav div span a {
  font-size: 14px;
}
.header .top .nav div span a:hover {
  font-size: 15px;
  background: #fff;
}


.banner {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.banner {
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.banner .swiper-slide {
  height: 592px;
}
.banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
/*
.banner .swiper-slide img {
  display: none;
}
/* pc banner 图 
.banner .slide1 {
  background: url('../images/banner01.jpg') top center no-repeat;
}
.banner .slide2 {
  background: url('../images/banner02.jpg') top center no-repeat;
}
.banner .slide3 {
  background: url('../images/banner03.jpg') top center no-repeat;
}
*/
.banner .swiper-button-next {
  position: absolute;
  right: 50%;
  top: 50%;
  width: 34px;
  height: 93px;
  z-index: 11111;
  transform: translate(650px, -50%);
  color: #FFF;
}
.banner .swiper-button-prev {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 93px;
  z-index: 11111;
  transform: translate(-650px, -50%);
  color: #FFF;
}
.swiper-pagination-bullet {
  width: 32px;
  height: 6px;
  background: #FFF;
  opacity: 1;
  border-radius: 0;
}
.swiper-pagination-bullet-active {
  background-color: #e00104;
}

/* footer */
.footer {
  margin-top: 66px;
  background-color: #187462;
}
.footer .top {
  display: flex;
  padding: 34px 0 42px;
  border-bottom: 1px solid #fff;
  align-items: center;
}
.footer .top .foot_logo {
  width: 400px;
  height: 50px;
}
.footer .top .foot_code {
  margin: 0 80px;
  width: 127px;
  height: 128px;
}
.footer .top .foot_info {
  flex: 1;
}
.footer .top .foot_info p {
  color: #FFF;
  font-size: 16px;
  line-height: 34px;
}
.footer .top .foot_info p a {
  color: #FFF;
}
.footer .bottom {
  padding: 20px 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
}
.footer .bottom i {
  font-size: 16px;
  font-style: normal;
}
.footer .bottom img {
  margin: 0 10px;
  display: inline-block;
  width: 66px;
  height: 13px;
}
.footer .bottom p {
  font-size: 16px;
}

.title {
  margin-bottom: 24px;
}
/* breadcrumb */

.breadcrumb .pc {
  font-size: 14px;
  color: #111;
  height: 68px;
  line-height: 68px;
}
.breadcrumb .pc a {
  color: #111;
}
.breadcrumb .pc a:last-of-type {
  color: #936f54;
}
.breadcrumb .pc a:hover {
  color: #fe0000;
}
.breadcrumb .web {
  display: none;
}

/* click-more */
.more {
  display: none;
}
/*网分页样式*/
.pages {
	clear: both;
	margin: 20px auto 20px auto;
	padding-top: 10px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}
.pages ul li {
	display: inline-block;
	border: 1px solid #ccc;
	line-height: 24px;
	background: #fff;
	margin: 0 1px;
	color: #999;
	border-radius: 2px
}
.pages ul li:hover {
	background: #00A7EB;
	color: #fff;
	border: 1px solid #00A7EB
}
.pages ul li:hover a ,.pages ul li:hover span{
	color: #fff;
}
.pages ul li.thisclass {
	display: inline-block;
	border: 1px solid #00A7EB;
	padding: 6px 15px;
	margin: 0 1px;
	background: #00A7EB;
	color: #fff;
}
.pages ul li.thisclass a {
	color: #fff;
}
.pages ul li a,.pages ul li span{
	padding: 6px 15px;

	display: block;
	color: #999
}
.pages ul li a:hover {
	color: #fff;
}
.clearfix {
	clear: both;
}

/*尺寸小于640*/
@media screen and (max-width:640px){
  .footer {
    margin-top: 2rem;
  }
  .main {
    width: auto;
    padding: 0 .5rem;
  }
  .title {
    margin-bottom: 1.4rem;
  }
  .title img {
    width: 14rem;
  }
  .footer .top {
    padding: 1.5rem .5rem;
  }
  .footer .top .foot_logo {
    display: none;
  }
  .footer .top .foot_code {
    width: 6rem;
    height: 6rem;
    margin: 0 .5rem 0 0;
  }
  .footer .top .foot_info p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .footer .bottom {
    display: block;
    text-align: center;
  }
  .footer .bottom img {
    vertical-align: text-top;
  }
  .footer .bottom p {
    margin-top: .4rem;
  }
  .footer .bottom p span {
    display: block;
    font-size: 1.3rem;
  }
  .main {
    width: auto;
  }
  .header .info {
    display: none;
  }
  .header .top {
    padding: .6rem 0 1rem;
  }
  .header .top .logo {
    padding: 0;
    flex: 1;
    text-align: center;
  }
  .header .top .logo img {
    width: 12rem;
    height: auto;
  } 
  .header .top .nav {
    margin-right: 10px;
    width: 32px;
    height: 24px;
    overflow: hidden;
    flex: inherit;
  }
  .header .top .nav img {
    width: 100%;
  }
  
  .header .top .nav .mask {
    display: none;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 999;
  }
  .header .top .nav .mask li { 
    width: auto; 
    background:rgba(0, 0, 0, .7); 
    border-bottom:1px solid #5f5b55;
  }
  .header .top .nav .mask li .a1 { 
    display:block; 
    color:#FFF; 
    font-size: 14px; 
    text-align: left; 
    text-indent: 10px;
  }
  .header .top .nav .mask li .a1 i  { 
    display: inline-block; 
    transform: translate(10px, 2px);
    border: 5px solid #ffffff;
    border-color: #ffffff transparent transparent transparent;
  }
  .header .top .nav .mask li .list {

    position: static;
  }
  .header .top .nav .dh {
    display: block;
  }
  .header .top .nav div {
    position: static;
  }

  .banner .swiper-slide img {
    display: block;
    width: 100%;
  }
  .banner .swiper-slide {
    height: auto;
    background: none !important;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  .breadcrumb .pc {
    display: none;
  }
  .breadcrumb .web {
    display: block;
    position: relative;
  }
  .breadcrumb .web a {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-.9rem);
    width: 1.8rem;
    height: 1.8rem;
  }
  .breadcrumb .web a img {
    display: block;
    width: 100%;
  }
  .breadcrumb .web h4 {
    text-align: center;
    font-size: 1.6rem;
    line-height: 4.6rem;
    color: #585858;
  }


}